跳到主要内容

C++ throw 表达式

为了让计算和交互的代码分开,我们需要使用 throw

if (item1.isbn() != item2.isbn()) throw runtime_error("...");